home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / math / kstat33.zip / SHOW.BAT < prev    next >
DOS Batch File  |  1994-07-01  |  543b  |  20 lines

  1. echo off
  2. if %1x==x goto oops
  3. if %2x==x goto oops
  4. echo -------------------------------------------------------------
  5. echo Show the PCX file named %1 in %2 mode.
  6. echo Press Enter to end program. If no graph appears, you may have
  7. echo entered a wrong name or a wrong monitor mode.
  8. echo -------------------------------------------------------------
  9. pause
  10. txprt /show (%1) /M%2
  11. goto isend
  12. :oops
  13. echo The format for this command is:
  14. echo     SHOW filename.pcx [EGA,VGA]
  15. echo for example:
  16. echo     SHOW TEST.PCX EGA
  17. echo  
  18. :isend
  19.  
  20.